home *** CD-ROM | disk | FTP | other *** search
- object CreateTreeDlg: TCreateTreeDlg
- Left = 318
- Top = 198
- BorderStyle = bsDialog
- Caption = 'Create Tree'
- ClientHeight = 99
- ClientWidth = 246
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 69
- Top = 25
- Width = 110
- Height = 13
- Caption = 'Number of generations:'
- end
- object Image1: TImage
- Left = 24
- Top = 16
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Edit1: TEdit
- Left = 185
- Top = 22
- Width = 24
- Height = 21
- MaxLength = 1
- TabOrder = 0
- Text = '5'
- end
- object UpDown1: TUpDown
- Left = 209
- Top = 22
- Width = 15
- Height = 21
- Associate = Edit1
- Min = 0
- Position = 5
- TabOrder = 1
- Wrap = False
- end
- object Button1: TButton
- Left = 56
- Top = 64
- Width = 65
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 128
- Top = 64
- Width = 65
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
-